home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Utilities / CopyRoms 0.2.0 (freeware).dmg / CopyRoms 0.2.0(freeware) / CopyRoms 0.2.0 / source / CopyRoms.a next >
Encoding:
Text File  |  2004-01-15  |  666 b   |  26 lines

  1. ;    CopyRoms.a
  2. ;
  3. ;    Copyright (C) 2004 Paul Pratt
  4. ;
  5. ;    You can redistribute this file and/or modify it under the terms
  6. ;    of version 2 of the GNU General Public License as published by
  7. ;    the Free Software Foundation.  You should have received a copy
  8. ;    of the license along with this file; see the file COPYING.
  9. ;
  10. ;    This file is distributed in the hope that it will be useful,
  11. ;    but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. ;    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13. ;    license for more details.
  14.  
  15. CopyRoms MAIN EXPORT
  16.         BLANKS  ON
  17.         STRING  ASIS
  18.  
  19.         IMPORT MyStart : CODE
  20.  
  21.         JMP MyStart      ; call linked C function
  22.  
  23.         ENDMAIN
  24.  
  25.         END
  26.